const runtime.tlsSlots

3 uses

	runtime (current package)
		runtime2.go#L541: 	tlsSlots = 6
		runtime2.go#L542: 	tlsSize  = tlsSlots * goarch.PtrSize
		runtime2.go#L563: 	tls             [tlsSlots]uintptr // thread-local storage (for x86 extern register)